home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / M / MUBBS / MUBBS V1.1.2.cpt / MUBBS V1.1.2 / help / Modules / BBSList DOCS next >
Encoding:
Text File  |  1992-04-24  |  3.4 KB  |  82 lines  |  [TEXT/MACA]

  1.             *******************
  2. ************* BBS List Module *************
  3.             *******************
  4.              --> Version 1.2 <--
  5.               By: Scott Szretter
  6.           (C)1991-1992 Scott Szretter
  7.        Please see the file "COPYRITE.SPS"
  8.  
  9.  This module will allow your users to create a 'bbs list' on your bbs.
  10.  
  11.     To install the module, copy it with ResEdit (it should be called 'bbslist' in
  12. the distibution arcive) into the mubbs modules file - renumbering if necessary.
  13.  
  14.    There should be a folder called "bbslist" in the same directory as your
  15. 'modules' file.
  16.  
  17.  This folder should contain 5 files:
  18.  
  19. ->  modulename.info  - The list of BBS's.
  20. ->  modulename.help  - The user help screen.
  21. ->  modulename.intro - The introduction screen.
  22. ->  modulename.level - Security information.
  23. ->  modulename.menu  - The menu displayed to the user for bbslist.
  24.  
  25.  (Where modulename is the name of the module.  "bbslist" in the distribution
  26.    archive.)
  27.  
  28.   Edit these files with a plain text editor like Jolliwrite, or Vantage, or
  29.     MacWrite and make sure you save as text.
  30.  
  31.   To call the module, simply call it by it's name.
  32.  
  33.   When the module is called, it will present the user with a menu.
  34.   The menu shown to the user is taken from the file 'modulename.menu'.
  35.  
  36.  The commands bbslist supports are:
  37.  
  38.   "Quit" will simply exit the user back to the calling module or menu.
  39.   "Display" will display the bbs list file to the user.  (modulename.info)
  40.   "Add" will allow the user to add to the bbs list.
  41.   "Help" will display the file wish.help in the wish folder. (modulename.help)
  42.  
  43.  The actual bbs list is kept in a folder called "bbslist", and the file name is
  44. "modulename.info"   (If the module is called 'bbslist', then the file would be
  45.                        called 'bbslist.info').
  46.  
  47.  The file 'modulename.level' or (bbslist.level in the distribution archive) is
  48.   a file that contains a NUMBER on the first line - first position in the file.
  49.  The user must have a security level HIGHER than this number to access the bbs
  50.   list. The number may be 3 digits long (although you need only 2 digits max).
  51.  The number is CR terminated (new line).
  52.  The level is 5 in the distribution archive, so the user would require a
  53.   secuitry level of 6 or greater to access the bbs list.
  54.  The SECOND line in the file is the message that gets sent to the user if
  55.   he/she does not have the correct security level.  This may be up to 40
  56.   characters long.
  57.  
  58.     This module has been tested, but I take no responsibility for any damages
  59. that may occur from using this module.
  60. ************* CHANGES IN BBSList *************
  61.  
  62. I will try to document all of the bug fixes/feature additions I make to bbs
  63.  list here.
  64.  
  65. 1.0 -> 1.1 ... Code cleanup/Resource Number change
  66. 1.1 -> 1.11... Coversion to Think C 5.02 and Removal of Logoff command (some of 
  67.                my users complained about accidentaly hitting 'L' off of menus...
  68.                (So let 'em log off from some other menu!)
  69. 1.11-> 1.2 ... Menu sent from text file, small cleanups, security level check
  70.                 from file. & Revised the docs...
  71.  
  72.  ---> If you wish to submit a bug report, or a feature request (PLEASE DO!!)
  73.        you may send mail to...
  74.  
  75.        Scott001 (America Online)
  76.        S.SZRETTER1  (GEnie)
  77.        D2582 - Attn: Scott Szretter (AppleLink)
  78.        Scott Szretter (HMM BBS 508-655-8927)
  79.  
  80.  --> Look for more good Modules by Scott Szretter of HMM BBS in Mass.
  81.  --> HMM BBS - (508)655-8927 an OFFICIAL MUBBS support BBS.
  82.